home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-VTexture2.readme < prev    next >
Encoding:
Text File  |  1999-11-06  |  3.6 KB  |  173 lines

  1. Short:    Visual Eng. - Visual Texture 2 v1.00
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering - Visual Texture 2 v1.00
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   Enchanges look of your old tileable textures.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.  
  20.  
  21. INSTALLATION
  22.  
  23.   Archive where this file came from should be extracted to a
  24.   directory where you installed Image Engineer.
  25.  
  26.   This script must be in IE:Arexx/
  27.  
  28.  
  29. USAGE
  30.  
  31.   Activate window of a texture and run the script.
  32.   Test the script with "TestMaterials/VisualTexture-berry.jpg".
  33.   Might be a good idea to set a hotkey for Resize400x400.rexx.
  34.  
  35.  
  36.   There's other useful effects, which didn't fit to this script.
  37.   Try these to original texture:
  38.  
  39.    - Vignette / Grey
  40.    - Local Contrast Stretch
  41.    - Fresco
  42.  
  43.  
  44.   Try these before Visual Texture 2:
  45.  
  46.    - Equalization
  47.    - Gamma (-100)
  48.  
  49.  
  50.   Be warned not to use this script to colorful logos.
  51.   Results might look too ..er. interesting. ;)
  52.  
  53.  
  54. ARGUMENTS
  55.  
  56.   VisualTexture2.rexx <texture> <smoothness> <conv> <reflect> <method>
  57.  
  58.   <texture>     name of texture (in IE)
  59.   <smoothness>  smoothing effect:
  60.  
  61.                 GAUSSIAN, LOWPASS, MEDIAN or NONE
  62.  
  63.   <conv>        number of style (1-5 or NONE)
  64.   <reflect>     YES or NO
  65.   <method>      SHINY, DARK or FADED
  66.  
  67.  
  68.  
  69.  
  70.   AmigaDOS
  71.  
  72.     Sys:Rexxc/RX VisualTexture2.rexx <arguments>
  73.     Sys:Rexxc/RX VisualTexture2.rexx 000_testpic.iff GAUSSIAN 3 NO SHINY
  74.  
  75.  
  76.  
  77.   Other scripts:
  78.  
  79.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/VisualTexture2.rexx <arguments>"
  80.  
  81.     Next lines return you the name of this new picture.
  82.  
  83.     PROJECT_LIST
  84.     xyz=result
  85.     pic=subword(xyz,1,1)
  86.  
  87.  
  88.  
  89.  
  90.  
  91. HISTORY
  92.  
  93.   1.00
  94.  
  95.   History started
  96.  
  97.  
  98.  
  99.  
  100.  
  101. DISTRIBUTION
  102.  
  103.   The archive, where this file came from, can be distributed using
  104.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  105.   FTP...), but contents of original archive can not be modified.
  106.  
  107.  
  108.   YOU MAY NOT SPREAD MODIFIED VERSIONS OF THE SCRIPT!!
  109.   NOT EVEN PART OF IT!!
  110.  
  111.  
  112.   If you are going to spread a script made by you, which calls one
  113.   of Visual Engineering -scripts, you must include either to
  114.   documentfile of your script or header of the script itself, Visual
  115.   Engineering's website address and my name and email address.
  116.  
  117.   Like this:
  118.  
  119.  
  120.   /*
  121.  
  122.    This script uses Visual Engineering -script(s):
  123.    AddSpace.rexx, PrimaryColors.rexx
  124.  
  125.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  126.  
  127.    Visual Engineering website:
  128.    http://wwnet.fi/users/smarko/visual/
  129.  
  130.    */
  131.  
  132.  
  133.  
  134.  
  135. WORLD WIDE WEB
  136.  
  137.  Image Engineer
  138.  http://www.amigaworld.com/support/imageengineer/
  139.  
  140.  SViewIV
  141.  http://www.ar-kleinert.de/sview_e.html
  142.  
  143.  Visual Engineering
  144.  http://wwnet.fi/users/smarko/visual/
  145.  
  146.  
  147.  
  148. AMINET
  149.  
  150.  Image Engineer
  151.  http://ftp.sunet.se/aminetbin/find?imeng
  152.  
  153.  SViewIV
  154.  http://ftp.sunet.se/aminetbin/find?sviewiv
  155.  
  156.  Visual Engineering
  157.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  158.  
  159.  
  160. ============================= Archive contents =============================
  161.  
  162. Original  Packed Ratio    Date     Time    Name
  163. -------- ------- ----- --------- --------  -------------
  164.      856     455 46.8% 09-Sep-98 23:30:04 +Resize400x400.rexx
  165.     3460    1336 61.3% 14-Oct-99 16:17:40 +VisualTexture2.rexx
  166.     1404     726 48.2% 16-Oct-99 13:40:24 +Resize400x400.notes
  167.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  168.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  169.     2371    1243 47.5% 15-Oct-99 11:19:56 +VisualTexture2.notes
  170.    11967   11967  0.0% 25-Jul-98 15:04:28 +VisualTexture-berry.jpg
  171. -------- ------- ----- --------- --------
  172.    28281   18891 33.2% 16-Oct-99 16:50:56   7 files
  173.